index
:
fish-shell
master
user-friendly command line shell
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
screen.cpp
Commit message (
Expand
)
Author
Age
*
Fix up OSC / iTerm2 escape code parsing as part of #1565
ridiculousfish
2014-07-30
*
Parse OSC codes in escape_code_length(). They begin with <esc> ] and are term...
George Nachman
2014-07-30
*
Teach fish to compute the length of more escape sequences.
ridiculousfish
2014-07-26
*
Use parm_left_cursor and parm_right_cursor for bulk cursor motions.
ridiculousfish
2014-05-09
*
Properly check for miliseconds during screen update
Konrad Borowski
2014-05-01
*
Attempt to silence some warnings
ridiculousfish
2014-04-27
*
Run restyle.sh to enforce style rules.
ridiculousfish
2014-03-31
*
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
|
*
Increased support for completion search field. Use btab (shift-tab) to
ridiculousfish
2014-01-27
|
*
Initial support for navigating completions that appear under the
ridiculousfish
2014-01-17
|
*
Clean up pager on exit from interactive read
ridiculousfish
2014-01-15
*
|
Merge remote-tracking branch 'upstream/master' into bind_mode
Julian Aron Prenner
2014-01-15
|
\
\
*
|
|
Add experimental support for selection and visual mode
Julian Aron Prenner
2014-01-15
|
|
*
Merge branch 'master' into pager
ridiculousfish
2014-01-15
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Update style and formatting to conform to fish style guide.
ridiculousfish
2014-01-15
|
|
*
Merge branch 'master' into pager
ridiculousfish
2014-01-15
|
|
|
\
|
|
|
/
|
|
/
|
|
*
|
Change highlight colors from a bitmask into a combination enum / bitmask
ridiculousfish
2014-01-15
|
/
/
|
*
Teach screen how to render completion page. Correct spacing in
ridiculousfish
2014-01-14
|
/
*
Fix wide character wrapping.
d10n
2013-11-26
*
On short prompts, commands wider than the terminal do not reposition to start...
d10n
2013-11-26
*
clobber the prompt when it exceeds the screen width, not when it equals it
devlin zed
2013-10-29
*
Fix formatting
ridiculousfish
2013-10-26
*
Set of changes to improve detection of escape sequences for prompt width
ridiculousfish
2013-09-29
*
Include the autosuggestion in history if it was truncated
ridiculousfish
2013-08-20
*
Fix for crash when setting tmux pane title
ridiculousfish
2013-06-02
*
Kill termio.h and sys/termios.h
David Adam (zanchey)
2013-03-05
*
More cleanup based on static analysis
ridiculousfish
2013-02-16
*
Make subcommands modify $status, and make builtin_set not modify status unles...
ridiculousfish
2013-01-31
*
Fix for an issue where the newline character would appear on blank lines. Ins...
ridiculousfish
2013-01-24
*
Fix typo
Cheer Xiao
2013-01-21
*
Fix for an out-of-range exception when resizing the window during funced
ridiculousfish
2013-01-06
*
Reset the color before we clear to eol
ridiculousfish
2013-01-04
*
Removed some debugging code used in determining autosuggestion truncation
ridiculousfish
2012-12-11
*
forward-word should accept a word of an autosuggestion
ridiculousfish
2012-12-10
*
Hopeful fix for wrapping lines issue on Linux
ridiculousfish
2012-12-06
*
Added a history speed test
ridiculousfish
2012-12-03
*
Fix for off by one error with "missing newline" code
ridiculousfish
2012-12-01
*
First attempt at appending a "missing new line" character
ridiculousfish
2012-12-01
*
Additional improvements to line wrapping reliability
ridiculousfish
2012-11-26
*
Additional changes to try to improve line wrapping
ridiculousfish
2012-11-25
*
Coalesce redundant repaints, prepare to address some resizing issues (again!)
ridiculousfish
2012-11-24
*
Change to make the lookahead array a std::stack instead of a static 4k list(!)
ridiculousfish
2012-11-24
*
Improvements to avoid clearing the screen as often, which addresses a problem...
ridiculousfish
2012-11-24
*
Fix indentation of switch statements
ridiculousfish
2012-11-19
*
Apply new indentation, brace, and whitespace style
ridiculousfish
2012-11-18
*
Remove trailing whitespaces and change tabs to spaces
Ćukasz Niemier
2012-11-18
*
Revert "Another attempt to improve right prompt on Linux"
ridiculousfish
2012-11-09
*
Another attempt to improve right prompt on Linux
ridiculousfish
2012-11-09
[next]