summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* e_wrap: new global to record current wrapping styleSven Eden2013-09-131-0/+1
|
* ufed-curses-globals.[hc]: Added e_desc global to switch between original and ↵Sven Eden2013-09-101-0/+1
| | | | alternative description.
* Added prefixing of predefined configuration values and added read-only-mode ↵Sven Eden2013-09-091-0/+2
| | | | as the first in use. When read-only-mode is set, the interface now changes both header lines to other colors and to show the user that flags are not saved.
* Removed one superfluous drawn line from the top, so the bottom can have one ↵Sven Eden2013-03-041-7/+8
| | | | extra lines to display the new display and filter toggle keys.
* Added "fayt" (Input search string) to the global area.Sven Eden2013-02-121-0/+1
|
* Moved global variables to the new files ufed-curses-globals.c and ↵Sven Eden2013-02-031-0/+26
ufed-curses-globals.h to clean up both ufed-curses.c and ufed-curses-checklist.c. Further this move should reduce confusion about what is desclared and/or defined where.