login


<   >
date commit author
2015-06-19 Add --save-cwd documentation to manual. marcelgmr@gmail.com
2015-06-19 Use more conventional syntax for usage help. marcelgmr@gmail.com
2015-06-19 Reformat help message and mention --save-cwd. marcelgmr@gmail.com
2015-06-19 Add -s alias to --save-cwd and check its argument. marcelgmr@gmail.com
2015-06-19 Make --save-cwd work with relative path as argument. marcelgmr@gmail.com
2015-06-19 Use const when possible. marcelgmr@gmail.com
2015-06-19 Use shorter prompt string to save space. marcelgmr@gmail.com
2015-06-19 Make prompt strings configurable. marcelgmr@gmail.com
2015-06-18 Fix failed try_to_sel() after creating directory. marcelgmr@gmail.com
2015-06-18 Fix behavior for empty inputs. marcelgmr@gmail.com
2015-06-14 Let scroll correction to update_view() when possible. marcelgmr@gmail.com
2015-06-14 Remove wrap-around behavior from 'j' & 'k'. marcelgmr@gmail.com
2015-06-14 Only change scroll if necessary. marcelgmr@gmail.com
2015-06-14 Reorganize string buffers. marcelgmr@gmail.com
2015-06-14 Remove some unnecessary parentheses. marcelgmr@gmail.com
2015-06-14 Move define to C source to unclutter CFLAGS. marcelgmr@gmail.com
2015-06-14 Use cast to avoid comparison between signed & unsigned. marcelgmr@gmail.com
2015-06-14 Add dollar prompt to example command for consistency. marcelgmr@gmail.com
2015-06-13 Fix clash between function keys and wide characters. marcelgmr@gmail.com
2015-06-13 Fix horizontal scrolling using wide chars. marcelgmr@gmail.com