pacman/src
Anatol Pomozov db4092e33d Move cursor to the end of the screen at the SIGINT
It requires exposing 'move cursor to the end' function in a pacman
header file. We use it as a chance to make naming of the cursor management
functions more consistent.

Note that there is still possibility of a race condition in the cursor
update logic. 'update cursor index variable' and 'send ASCII control
symbols to console' is not an atomic operation. So if an SIGINT is
received between these two action then cursor position is going to be
screwed.

Fixes FS#67973

Signed-off-by: Anatol Pomozov <anatol.pomozov@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
2020-11-26 16:10:26 +10:00
..
common Remove autotools support 2020-06-01 10:59:08 +10:00
pacman Move cursor to the end of the screen at the SIGINT 2020-11-26 16:10:26 +10:00
util Remove autotools support 2020-06-01 10:59:08 +10:00