diff options
author | Victor Lowther <victor.lowther@gmail.com> | 2008-03-20 18:58:54 -0500 |
---|---|---|
committer | Victor Lowther <victor.lowther@gmail.com> | 2008-03-20 18:58:54 -0500 |
commit | 5c88707ceb3ed04d7562f31f5a3aee1a4c1d895b (patch) | |
tree | bd803276828d3ed111084a0093072aff94966d7d /pm | |
parent | 4177c51a5b713eff1dd07c65c723a87e297410c9 (diff) |
No need to clear the screen on 00clear.
Allocating and deallocating vt 63 take care of that for us.
Diffstat (limited to 'pm')
-rwxr-xr-x | pm/sleep.d/00clear | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pm/sleep.d/00clear b/pm/sleep.d/00clear index a5cd02b..eca811c 100755 --- a/pm/sleep.d/00clear +++ b/pm/sleep.d/00clear @@ -6,7 +6,6 @@ case "$1" in hibernate|suspend) fgconsole |savestate console chvt 63 - TERM=linux clear ;; thaw|resume) state_exists console || exit 1 |