Opened 17 years ago
Last modified 17 years ago
#1054 new defect
In an xterm, p ^Z fg p exits
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | if idle | Component: | core |
Version: | 1.0rc2 | Severity: | minor |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
In an xterm, p Z Z p exits.
One cannot expect to resume mplayer from a paused state!
One must use Z Z.
Change History (2)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Summary: | In an xterm, p ^Z ^Z p exits → In an xterm, p ^Z fg p exits |
---|
Note:
See TracTickets
for help on using tickets.
Oops, I meant
p
Z
$ fg
p
exits mplayer, instead of resuming from the pause.
One must use
Z
$ fg
One cannot pause before Z, else un-pausing will quit instead of resuming.
Oddly, emacs shell windows (using ENTER ignore (see Bug #1047))
aren't affected. Only xterm windows are affected.