Commit Graph

284 Commits

Author SHA1 Message Date
mainzelm 60ab75a7f8 More for this documentation thingie. 2006-06-01 15:33:36 +00:00
mainzelm 9c2e4d1059 lookup-env-var -> getenv 2006-06-01 09:04:44 +00:00
mainzelm e38fe00657 not a real manual yet... 2006-04-18 15:56:07 +00:00
mainzelm fe556d67d4 0.2 2006-04-18 15:51:20 +00:00
mainzelm 4228a359b8 More completion fixes 2006-04-18 15:46:57 +00:00
mainzelm 3b1e318c88 No more debugging 2006-04-18 15:01:38 +00:00
mainzelm 1a19ef0628 Add forgotten import for select-list 2006-04-07 09:45:09 +00:00
mainzelm 543d9e63a7 Repaint only if input channel is empty 2006-04-07 09:44:31 +00:00
mainzelm bd1f30f129 let ls not default to ls -l -a 2006-04-07 07:36:04 +00:00
mainzelm 9321a0e8cf Fix handling of "..", introduce "." 2006-04-07 07:18:53 +00:00
mainzelm ef642752af Add optional start cursor position argument to select list constructor
Use configuration for select list key bindings
2006-04-07 06:56:19 +00:00
chetz b5d7756adf little changes in comman-buffer and thus coherent adjustments 2006-04-06 21:38:52 +00:00
mainzelm c59f7fdcda minor fix: send return key to result buffer as well 2006-04-06 18:17:35 +00:00
mainzelm f994674432 Ensure $,~, and globs are expanded for all cases 2006-04-06 16:26:53 +00:00
mainzelm 52f8656ee2 Receive key bindings only once from configuration 2006-04-06 16:25:59 +00:00
mainzelm f531958b62 Make return value of (cwd) a directory name 2006-04-06 16:24:48 +00:00
mainzelm c232be69a1 deal with empty prefix when trying to display common prefix 2006-04-06 16:04:38 +00:00
mainzelm ca30df1cd7 convert relative paths to fs-objects as well. 2006-04-06 15:02:14 +00:00
mainzelm f7bb38740e Display modification times 2006-04-06 14:46:06 +00:00
mainzelm c0fbaf7d07 Separate packages for config and command evaluation
Evaluate config options
2006-04-06 13:25:03 +00:00
mainzelm c82a228790 Use a vector to dispatch input keys
Speed up wait-for-input
2006-04-05 15:57:23 +00:00
mainzelm 9c494558af Deal with empty lines 2006-04-05 15:55:52 +00:00
mainzelm f1111f3dfa + help window for process viewer
+ slightly speed up key dispatcher
2006-04-05 13:16:38 +00:00
mainzelm bd45459034 In the scheme mode, wait for a balanced s-expression before sending
the input to eval.

written by Christoph Hetz
2006-04-05 10:09:24 +00:00
mainzelm ddaa47715f Include new files in dist tarball 2006-04-05 07:49:14 +00:00
mainzelm a1011a5d27 * Display evaluation package in Scheme prompt
* Non-working attempt to install a Ctrl-c handler for the scheme mode
* Wait for the user to open the debug tty
2006-04-05 07:48:27 +00:00
mainzelm 982a8aec9f Introduce save versions of ->username and ->groupname that return the
UID as a string if the system does not know the corresponding name.
2006-04-05 07:38:50 +00:00
mainzelm 8cce1e5c77 Fix unparsing of the command line to avoid superfluous spaces. 2006-04-05 07:21:41 +00:00
mainzelm 6304312753 Fix expansion to common prefix 2006-04-05 07:20:16 +00:00
mainzelm d222c8aefb Deal with tty's that return EIO on EOF (e.g. on Linux) 2006-04-05 07:18:39 +00:00
mainzelm c02e88c11a Update to ncurses-1.0 2006-04-05 07:12:44 +00:00
chetz 8ec647be9e history-lines now independent from window-size 2006-03-29 12:44:42 +00:00
chetz 475177b891 the command-window now uses command-buffers based on input-fields instead of input-buffers 2006-03-28 09:44:39 +00:00
mainzelm 1ef838007d Column selector for processes
part of darcs patch Sun Sep 25 22:19:40 MST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-10-11 15:55:48 +00:00
mainzelm 74c968b999 reformatting code
part of darcs patch Sat Sep 24 23:11:55 MST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-10-11 15:55:40 +00:00
mainzelm 2b0b469c1d Factor out filter-windows
part of darcs patch Sat Sep 24 23:11:09 MST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-10-11 15:54:13 +00:00
mainzelm 5dac007070 Sanity checks for signalling jobs
part of darcs patch Sat Sep 24 23:10:30 MST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-10-11 15:45:23 +00:00
mainzelm c5ae699585 Some config and features for joblist-viewer
part of darcs patch Sat Sep 24 23:09:58 MST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-10-11 15:45:14 +00:00
mainzelm d51eb49139 optimize compeltion for jobs, complete printenv from environ
part of darcs patch Sat Sep 24 22:46:24 MST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-10-11 15:45:00 +00:00
mainzelm bd803d5168 Fix completer for jobs
part of darcs patch Sat Sep 24 22:36:28 MST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-10-11 15:44:53 +00:00
mainzelm ded258241f Fix continue-job-in-fg with a hack
part of darcs patch Fri Sep 23 22:16:49 MST 2005  Eric Knauel <knauel@informatik.uni-tuebingen.de>
2005-10-11 15:43:19 +00:00
mainzelm 60284755e2 Move spawn of result buffer suveillant to INIT-WINODWS! 2005-10-11 15:41:42 +00:00
mainzelm e511c905cd WRITE seems more useful for debugging output 2005-10-11 15:40:44 +00:00
mainzelm 83d25a4c9d Load scsh-ncurses-1.0 2005-10-11 15:39:48 +00:00
mainzelm ad17026fa6 Don't follow symbolic links 2005-10-11 15:39:20 +00:00
mainzelm 1671ae0ee3 Minor fix 2005-10-11 15:38:18 +00:00
mainzelm 2eab10324f Minor fix for header output 2005-10-04 14:47:11 +00:00
mainzelm a45ef09bdb The commander-s executable is now an image 2005-10-04 13:39:37 +00:00
mainzelm c4c21653ef Auxiliary files 2005-10-04 13:38:24 +00:00
eknauel 96973d961c Fix painting of completions window, remove loop parameter
part of darcs patch Fri Sep 23 22:15:31 EEST 2005  Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
2005-09-27 16:37:12 +00:00