Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc



Module Name:    basesrc
Committed By:   cgd
Date:           Sat Jun 19 06:38:50 UTC 1999

Modified Files:
        basesrc/usr.bin/menuc: mdb.c menu_sys.def

Log Message:
* be more descriptive with the windor/screen too small for menu messages
  (say width or height).
* work harder to make menu fit width-wise.  (if necessary, move the menu
  further left, and if that's not good enough exit with an error.)
* move menu system initialization out of process_menu() so that it can
  be called earlier (e.g. by the sysinst main()), since it initializes
  curses and other code might want to access the curses data structures
  before process_menu() is invoked.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/menuc/mdb.c
cvs rdiff -r1.16 -r1.17 basesrc/usr.bin/menuc/menu_sys.def

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index