1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
profanity/src
Christian Storm 916a3d9451 Bind ^L to own clear method to retain ui elements
When using readline's standard ^L binding, the screen
is completely cleared, including status and title bar.
By binding ^L to profanity's clear method, status and
title bar are retained.
2015-02-08 12:15:01 +01:00
..
command Merge branch 'master' into readline 2015-02-08 00:46:55 +00:00
config Renamed command group presence->presences to avoid clash 2015-01-28 20:35:00 +00:00
otr Refactored chat session handling on sending message 2015-01-04 23:40:10 +00:00
tools Removed history and various key handlers 2015-01-30 23:42:51 +00:00
ui Bind ^L to own clear method to retain ui elements 2015-02-08 12:15:01 +01:00
xmpp Simplified autocompleters and command history 2015-01-16 22:50:40 +00:00
chat_session.c Only show UI events for chat states when in session 2015-01-11 23:04:22 +00:00
chat_session.h Only show UI events for chat states when in session 2015-01-11 23:04:22 +00:00
chat_state.c Use /gone preference 2015-01-11 23:25:50 +00:00
chat_state.h Added remaining chat states 2015-01-11 20:20:17 +00:00
common.c Refactor inputwin.c 2015-01-18 22:55:51 +00:00
common.h Refactor inputwin.c 2015-01-18 22:55:51 +00:00
contact.c Removed strdup passed to autocompleter 2015-02-06 22:03:40 +00:00
contact.h Added /resource autocompletion 2014-12-04 00:16:42 +00:00
jid.c Refactored parsing caps 2014-11-26 21:59:36 +00:00
jid.h Refactored parsing caps 2014-11-26 21:59:36 +00:00
log.c Set file permissions for logs 2014-10-18 21:41:39 +01:00
log.h Added license exemption for OpenSSL to source headers 2014-08-24 20:57:39 +01:00
main.c Added code to generate HTML command reference for website 2015-02-08 00:42:21 +00:00
muc.c Simplified autocompleters and command history 2015-01-16 22:50:40 +00:00
muc.h Simplified autocompleters and command history 2015-01-16 22:50:40 +00:00
profanity.c Moved command processing to main loop, allow resize during password prompt 2015-02-05 00:58:23 +00:00
profanity.h Added license exemption for OpenSSL to source headers 2014-08-24 20:57:39 +01:00
resource.c Added jid->hash lookup for capabilities 2014-09-20 23:50:19 +01:00
resource.h Added jid->hash lookup for capabilities 2014-09-20 23:50:19 +01:00
roster_list.c Simplified autocompleters and command history 2015-01-16 22:50:40 +00:00
roster_list.h Simplified autocompleters and command history 2015-01-16 22:50:40 +00:00
server_events.c Only show UI events for chat states when in session 2015-01-11 23:04:22 +00:00
server_events.h Only show UI events for chat states when in session 2015-01-11 23:04:22 +00:00