Age | Commit message (Collapse) | Author |
|
|
|
now we can edit stuff, save or cancel those modifications, and change
the chose storage easily
|
|
- slightly lower the CPU usage (callback instead of active waiting w/ sleep)
- make the terminal beep so the user knows something happened
- prevent the user “escaping” the prompt by pressing /, s, or S
|
|
|
|
|
|
(e.g. during a completion, the input might scroll due to the length of
the completed item, and not go back to its original state without this
change)
|
|
Also add /filter_from and /filter_to, and allow chaining filters.
|
|
|
|
|
|
Conflicts:
src/bookmark.py
src/config.py
src/connection.py
src/core/commands.py
src/core/core.py
src/core/handlers.py
src/windows/info_bar.py
src/windows/muc.py
src/windows/roster_win.py
src/windows/text_win.py
src/xhtml.py
|
|
|
|
|
|
Conflicts:
src/core/handlers.py
src/tabs/xmltab.py
|
|
|
|
|
|
|
|
|
|
|
|
Thanks djanos
|
|
|
|
|
|
|