aboutsummaryrefslogtreecommitdiffstats
path: root/src/list_window.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* make several functions return voidMax Kellermann2008-09-171-7/+3
* list_window: added list_window_center()Max Kellermann2008-09-171-0/+18
* list_window: added list_window_scroll_cmd()Max Kellermann2008-09-171-0/+50
* list_window: set repaint at the end of list_window_cmd()Max Kellermann2008-09-171-6/+1
* screen: added struct namesMax Kellermann2008-09-161-21/+21
* code style, indent with tabs IIMax Kellermann2008-09-161-36/+35
* list_window: update variables without loopingMax Kellermann2008-09-161-10/+14
* use size_t and unsigned integersMax Kellermann2008-09-151-28/+26
* include cleanupMax Kellermann2008-09-151-7/+5
* const pointersMax Kellermann2008-09-151-5/+5
* code style, indent with tabsMax Kellermann2008-09-151-196/+179
* remove unused static functionsMax Kellermann2008-09-151-13/+0
* Daniel rocked the houseAndreas Obergrusberger2006-11-111-4/+4
* fix a bug the makes utf8 names behave evilAndreas Obergrusberger2006-08-251-2/+2
* typoKalle Wallin2006-03-281-1/+1
* unicode fixes from Dmitry Baryshkov/René van BevernKalle Wallin2006-03-281-1/+2
* Moved list window state code to list_window.cKalle Wallin2005-06-141-0/+59
* support wide-char ncurses library (ncursesw)Kalle Wallin2005-06-111-1/+1
* Added a "hide cursor" feature #0000417Kalle Wallin2005-06-031-7/+4
* Bugfix from Niko Tyni, find operation with wrap turned on in an empty list Kalle Wallin2004-12-191-0/+5
* Hide the cursor on the help screen (#247)Kalle Wallin2004-07-121-6/+13
* added screen_bell() for optional audible/visible bellsKalle Wallin2004-06-221-6/+27
* Fixed a small layout bug whith long strings in list_window_paint()Kalle Wallin2004-06-091-4/+7
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-0/+296