docker-offlineimap/offlineimap/ui
Sebastian Spaeth a93c80292d Curses UI: Simplify text buffer handling
Rather than keeping a separate queue of all logged lines in memory, we
rely on the curses window scrolling functionality to scroll lines. On
resizing the terminal this means, we'll clear the screen and start
filling it afresh, but that should be acceptable.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2011-11-08 13:51:36 +01:00
..
__init__.py Rework UI system to make use of the logging module 2011-10-27 16:23:55 +02:00
Curses.py Curses UI: Simplify text buffer handling 2011-11-08 13:51:36 +01:00
debuglock.py cleanup import satements 2011-05-12 18:26:29 +02:00
Machine.py Pass ui.registerthread an Account() and not a name as string 2011-11-03 13:45:44 +01:00
Noninteractive.py Rework UI system to make use of the logging module 2011-10-27 16:23:55 +02:00
TTY.py Rework UI system to make use of the logging module 2011-10-27 16:23:55 +02:00
UIBase.py Make sleep abort request working again for Curses UI 2011-11-03 14:21:25 +01:00