summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/ui_objects.c
Commit message (Collapse)AuthorAgeFilesLines
* When wrong directory choosed and chdir failed, directory nameAndrey A. Chernov1997-02-181-0/+1
| | | | | | | | | | | | | | was not reset to old name causing any file choosen put error diagnostic about wrong directory, fix it by resetting back to old name after chdir failed. Add \r as alias to \n, some telnets have problem with that. Should go into 2.2 Submitted by: "Anatoly A. Orehovsky" <tolik@mpeks.tomsk.su> & me Notes: svn path=/head/; revision=22879
* Add another hateful global to libdialog (what the heck, there are alreadyJordan K. Hubbard1996-12-141-4/+20
| | | | | | | | | so many). For now, the only extended attribute implemented is NO ECHO, useful for things like passwords. See TESTS/input2.c for an example. This should go into 2.2. Notes: svn path=/head/; revision=20442
* Collapse some common arrow key handling semantics from sysinstall intoJordan K. Hubbard1996-09-011-0/+7
| | | | | | | PollObj(), simplifying code which uses it. Notes: svn path=/head/; revision=17984
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-27/+27
| | | | Notes: svn path=/head/; revision=8858
* Don't make TAB and BACK-TAB destroy field contents incorrectly.Jordan K. Hubbard1995-05-281-2/+1
| | | | | | | Submitted by: gibbs Notes: svn path=/head/; revision=8804
* Upgrade.Andrey A. Chernov1995-04-201-24/+95
| | | | | | | Submitted by: Marc van Kempen <wmbfmk@urc.tue.nl> Notes: svn path=/head/; revision=7959
* file selector, helpline, helpfile and more, with my fixesAndrey A. Chernov1995-02-151-0/+735
Submitted by: wmbfmk@urc.tue.nl Notes: svn path=/head/; revision=6458