summary refs log tree commit diff
path: root/src/funcs
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-11-13 22:05:18 +1100
committerHerbert Xu <herbert@gondor.apana.org.au>2005-11-13 22:05:18 +1100
commitf8273a5783a4cd7340879c3a2f955c30ce4903e7 (patch)
tree163deeeb9ae7507da4727017c6b621674ab0bcca /src/funcs
parent[MEMALLOC] Remove unnecessary truncation in _STPUTC (diff)
downloaddash-f8273a5783a4cd7340879c3a2f955c30ce4903e7.tar.gz
dash-f8273a5783a4cd7340879c3a2f955c30ce4903e7.zip
[BUILTIN] Always call conv_escape_str in echocmd
Instead of calling conv_escape_str when we detect a backslash we will call it
unconditionally.  This helps get rid of some unnecessary code in echocmd.
Diffstat (limited to 'src/funcs')
0 files changed, 0 insertions, 0 deletions
lways increase unreadLinesJune McEnroe 2020-02-10Move scroll marker on resizeJune McEnroe 2020-02-10Update line count for words longer than linesJune McEnroe 2020-02-10Simplify mark, heat, unread trackingJune McEnroe 2020-02-10Update prompt when own nick changesJune McEnroe 2020-02-10Match URLs surrounded by parenthesesJune McEnroe 2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe 2020-02-09Add M-lJune McEnroe 2020-02-09Add /whoisJune McEnroe 2020-02-09Add /msgJune McEnroe