index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
input.cpp
Commit message (
Expand
)
Author
Age
*
rewrite input_mapping_execute for clarity
Sanne Wouda
2015-04-19
*
Change lookahead_list into a queue
Sanne Wouda
2015-04-19
*
use configure to define NOMACROS
David Adam
2014-12-21
*
Solaris build fixes: pick the right curses more of the time
David Adam
2014-12-21
*
Remove del_curterm workaround on *BSD.
David Adam
2014-12-08
*
Remove a bunch of dead code identified by cppcheck
ridiculousfish
2014-10-31
*
Set of fixes for issues identified by cppcheck
ridiculousfish
2014-10-30
*
Make escape() return a wcstring
Kevin Ballard
2014-09-25
*
Fix build failure
Kevin Ballard
2014-09-22
*
Rework mode handling of `bind`
Kevin Ballard
2014-09-22
*
Further support for term24bit. Teach output.cpp what to do with it.
ridiculousfish
2014-09-19
*
Initial work to support for term-24bit ("true color")
ridiculousfish
2014-09-19
*
Fix `commandline` behavior in bind functions
Kevin Ballard
2014-08-29
*
bind should not show -k for bindings that are escape sequences, not keys
ridiculousfish
2014-07-07
*
input_readch must return R_EOF instead of WEOF. Fixes #1452
ridiculousfish
2014-05-25
*
Attempt to silence some warnings
ridiculousfish
2014-04-27
*
Run restyle.sh to enforce style rules.
ridiculousfish
2014-03-31
*
Changes to bind_mode implementation based on code review and merge
ridiculousfish
2014-03-30
*
Merge branch 'master' into 1218_rebase
ridiculousfish
2014-03-29
|
\
|
*
Revert "Merge pull request #1317 from pullreq/cpp"
ridiculousfish
2014-02-28
|
*
Fixes .c -> .cpp in comments. For doxygen.
Geoff Nixon
2014-02-27
|
*
Fix the build by including <algorithm> header
ridiculousfish
2014-02-12
|
*
Test and fix issue where, if binding X is a prefix of binding Y, and X
ridiculousfish
2014-02-12
|
*
Support escape or up-arrow to cancel the completion search field.
ridiculousfish
2014-01-27
|
*
Increased support for completion search field. Use btab (shift-tab) to
ridiculousfish
2014-01-27
*
|
Add 'and' input function; fixes a bug with t,T
Julian Aron Prenner
2014-01-23
*
|
Experimental support for f,F,t,T vi commands.
Julian Aron Prenner
2014-01-22
|
*
Correct the correspondence between name_arr and the input codes.
ridiculousfish
2014-01-21
*
|
Update $fish_bind_mode only if necessary
Julian Aron Prenner
2014-01-20
*
|
Set $fish_bind_mode to default on fish startup; set $fish_key_bindings
Julian Aron Prenner
2014-01-19
*
|
Add kill-selection function and visual binds for 'y' and 'd'
Julian Aron Prenner
2014-01-18
*
|
Add experimental support for selection and visual mode
Julian Aron Prenner
2014-01-15
*
|
Replace builtin 'bind_mode' with variable $fish_bind_mode
Julian Aron Prenner
2014-01-15
*
|
Rename 'new-mode' to 'sets-mode', prepare for selection support.
Julian Aron Prenner
2014-01-15
*
|
Better input handling; add support multiple binding commands
Julian Aron Prenner
2014-01-01
*
|
Fix bug
Julian Aron Prenner
2013-12-31
*
|
Allow restricting earsing and listing of bindings to specific mode;
Julian Aron Prenner
2013-12-31
*
|
Implement bind modes
Julian Aron Prenner
2013-12-31
|
/
*
Add missing const cast for setup_term
ridiculousfish
2013-11-26
*
fall back to ANSI terminal type if setupterm fails
David Adam
2013-11-26
*
more detailed debugging when terminal type cannot be found
David Adam
2013-11-26
*
add support for downcase-word, upcase-word and capitalise-word
Christian Rishøj
2013-09-09
*
transpose-words
Christian Rishøj
2013-06-02
*
Fix wchar_t cast
Ian Ray
2013-05-25
*
command and binding for transpose-chars
Christian Rishøj
2013-05-24
*
Add errret param to other calls to setupterm
ridiculousfish
2013-05-13
*
Formatting and style updates
ridiculousfish
2013-05-05
*
Eliminate a static string from input_terminfo_get_sequence
ridiculousfish
2013-04-15
*
Kill termio.h and sys/termios.h
David Adam (zanchey)
2013-03-05
*
Hopeful fix for https://github.com/fish-shell/fish-shell/issues/594
ridiculousfish
2013-02-26
[next]