mpv/osdep
Uoti Urpala e107cf7851 Use correct terminal "clear line" code
The "erase_to_end_of_line" string used to clear the terminal status
line was initialized with the termcap id "cd", which means to clear
all lines below the cursor. Change it to the correct "ce" to clear the
current line.

Usually the status line is on the bottommost line of the terminal so
the behaviour wouldn't differ much. However it did make a difference
when I tested starting MPlayer at the top of a huge gnome-terminal
window so the status line was not at the bottom; in that case clearing
just the current line used less CPU than clearing the part of the huge
window below the status line.
2008-08-13 06:06:29 +03:00
..
getch2-os2.c Merge svn changes up to r27441 2008-08-08 02:13:09 +03:00
getch2-win.c Merge svn changes up to r27441 2008-08-08 02:13:09 +03:00
getch2.c Use correct terminal "clear line" code 2008-08-13 06:06:29 +03:00
getch2.h Add a context for mp_fifo 2008-04-29 15:36:51 +03:00
gettimeofday.c
glob-win.c
glob.h Add missing header #includes to fix 'make checkheaders'. 2008-03-07 20:38:21 +00:00
keycodes.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
macosx_finder_args.c
mmap-os2.c mmap() support for OS/2 2008-02-27 22:29:52 +00:00
mmap.h Add missing header #includes to fix 'make checkheaders'. 2008-03-07 20:38:21 +00:00
mmap_anon.c mp_fifo.c, osdep/: Include corresponding .h in .c files 2008-04-29 14:52:45 +03:00
mmap_anon.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
mplayer.rc Use consistent include paths, we always build from the top level now. 2008-04-30 11:06:07 +00:00
setenv.c
shmem.c Merge svn changes up to r26979 2008-06-04 08:10:48 +03:00
shmem.h Add MPLAYER_ prefix to multiple inclusion guards. 2008-02-22 09:09:46 +00:00
strsep.c
swab.c
timer-darwin.c Remove useless variable startup_time, since we do not need it any more. 2008-05-05 00:35:30 +00:00
timer-linux.c Include corresponding .h in some .c files 2008-08-12 13:46:01 +03:00
timer-win2.c timers: Remove GetRelativeTime() 2008-04-28 12:18:45 +03:00
timer.h osdep: Remove cruft 2008-04-28 12:18:48 +03:00
vsscanf.c