mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
through the history in sh. | Refresh bug reported by Julien Torres: | | going from: | activate -verbose | to: | reset -activation | results in: | reset -activationverbose" | instead of: | reset -activation | | This is because we choose to insert "reset -" before the current line, | and the delete "e -" and insert "ion" in the appropriate place. The | cleareol code did not handle this case properly; we now cleareol to | the maximum number of characters of the first difference, the second | difference and the difference in line length. |
||
|---|---|---|
| .. | ||
| TEST | ||
| chared.c | ||
| chared.h | ||
| common.c | ||
| editline.3 | ||
| editrc.5 | ||
| el.c | ||
| el.h | ||
| emacs.c | ||
| hist.c | ||
| hist.h | ||
| history.c | ||
| key.c | ||
| key.h | ||
| Makefile | ||
| makelist | ||
| map.c | ||
| map.h | ||
| parse.c | ||
| parse.h | ||
| prompt.c | ||
| prompt.h | ||
| read.c | ||
| read.h | ||
| refresh.c | ||
| refresh.h | ||
| search.c | ||
| search.h | ||
| sig.c | ||
| sig.h | ||
| sys.h | ||
| term.c | ||
| term.h | ||
| tokenizer.c | ||
| tty.c | ||
| tty.h | ||
| vi.c | ||