1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00
Commit Graph

27 Commits

Author SHA1 Message Date
James Booth
9450c8f2fa Implemented DEL key on input 2012-04-09 23:40:26 +01:00
James Booth
525c04d7ae Implemented HOME and END keys during input 2012-04-09 23:06:25 +01:00
James Booth
22dd55b154 Ignore non used F keys 2012-04-09 23:00:18 +01:00
James Booth
f7584469bb Tab completion of online contacts now rolls 2012-03-10 23:48:10 +00:00
James Booth
b41808ae0f Free memory after contact search 2012-03-10 22:50:13 +00:00
James Booth
f928fb3625 Started autocomplete contact
Currently autocompletes first match
2012-03-10 22:32:07 +00:00
James Booth
4f82ece2d3 Tidied special key functions 2012-03-10 20:46:30 +00:00
James Booth
f533c6c162 Usage of const 2012-03-09 01:06:55 +00:00
James Booth
54c43b613c Reduced screen flicker, and fixed end page 2012-03-06 01:04:45 +00:00
James Booth
0ddf97e016 Paging in console window 2012-03-05 00:06:24 +00:00
James Booth
88de44744a TIdey up input win functions 2012-02-29 23:15:27 +00:00
James Booth
ef4c7ce55f Bold input bar 2012-02-28 02:00:34 +00:00
James Booth
2b0f42be32 Check for KEY_BACKSPACE, works on Ubuntu 2012-02-27 11:49:06 +00:00
James Booth
b11b882431 Renamed input buffer to history 2012-02-27 01:44:09 +00:00
James Booth
8f48685930 Allow forwards though input history 2012-02-27 00:48:55 +00:00
James Booth
2379ae895f Consistent naming in input_buffer 2012-02-26 23:37:23 +00:00
James Booth
cc4c7f3e19 Added input editing and buffer
Left and right arrows for inline editing.
Up arrow to go through history
2012-02-26 23:33:14 +00:00
James Booth
0a45044f1b Removed unused input window function 2012-02-26 22:02:22 +00:00
James Booth
4dc46fb73b Allow command editing 2012-02-26 21:59:16 +00:00
James Booth
76c6e49dc7 Allow left/right movement in input window 2012-02-26 20:09:39 +00:00
James Booth
a7d89e0e08 Added GPL 2012-02-20 20:07:38 +00:00
James Booth
35d224a221 Safe string handling on get password 2012-02-19 20:16:33 +00:00
James Booth
03b90cf5ab Handles failed logins correctly 2012-02-17 00:42:41 +00:00
James Booth
9e63c4a0f6 Renamed input_bar -> status_bar 2012-02-12 22:20:21 +00:00
James Booth
0e30c795a5 Starting window output in x position 1 2012-02-10 01:28:15 +00:00
James Booth
4a2ff76059 Small formatting changes 2012-02-10 00:28:39 +00:00
James Booth
c8bf654e2c Added seperate window modules 2012-02-08 23:55:11 +00:00