James Booth
|
2101f29e06
|
Replace input on resize
|
2012-04-17 23:28:21 +01:00 |
|
James Booth
|
32e025f5cd
|
Moved resize code to windows.c, reorder main loop
|
2012-04-17 22:43:35 +01:00 |
|
James Booth
|
b22a7c5fda
|
Moved page off, and added search_attempts
|
2012-03-10 23:01:59 +00:00 |
|
James Booth
|
4f82ece2d3
|
Tidied special key functions
|
2012-03-10 20:46:30 +00:00 |
|
James Booth
|
3d8b1a5a4c
|
Added atexit callback, for ctrl-c cleanup
|
2012-03-10 20:37:42 +00:00 |
|
James Booth
|
f533c6c162
|
Usage of const
|
2012-03-09 01:06:55 +00:00 |
|
James Booth
|
0ddf97e016
|
Paging in console window
|
2012-03-05 00:06:24 +00:00 |
|
James Booth
|
0f5769e5a7
|
Removed event loop function
|
2012-03-01 01:52:35 +00:00 |
|
James Booth
|
723a99540d
|
Tidied initialisation
|
2012-03-01 01:44:47 +00:00 |
|
James Booth
|
5c9061671e
|
Moved window switching
|
2012-02-27 02:01:19 +00:00 |
|
James Booth
|
aa680b98a2
|
Consistent naming
|
2012-02-27 01:48:51 +00:00 |
|
James Booth
|
b11b882431
|
Renamed input buffer to history
|
2012-02-27 01:44:09 +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
|
72d96a92f3
|
Added -notls argument and removed server name hack
Added jabber_conn struct to represent connections
|
2012-02-26 17:59:04 +00:00 |
|
James Booth
|
a7d89e0e08
|
Added GPL
|
2012-02-20 20:07:38 +00:00 |
|
James Booth
|
7dfea94c88
|
Merged input processing loops
|
2012-02-20 01:42:29 +00:00 |
|
James Booth
|
03b90cf5ab
|
Handles failed logins correctly
|
2012-02-17 00:42:41 +00:00 |
|
James Booth
|
b79e61fd80
|
Added gui_refresh
Refreshing all windows now done in main loop
|
2012-02-13 01:25:47 +00:00 |
|
James Booth
|
fc99e686fd
|
Process special keys out of loop
|
2012-02-12 22:53:53 +00:00 |
|
James Booth
|
632528a9e3
|
Added title bar refresh to main loop
|
2012-02-12 22:44:00 +00:00 |
|
James Booth
|
e112ef5aac
|
Added status bar refresh to main loop
|
2012-02-12 22:34:31 +00:00 |
|
James Booth
|
9e63c4a0f6
|
Renamed input_bar -> status_bar
|
2012-02-12 22:20:21 +00:00 |
|
James Booth
|
7aa1d931a0
|
Naming of statics
|
2012-02-12 22:09:07 +00:00 |
|
James Booth
|
cdbd0d2f0a
|
Only switch to active chats
|
2012-02-12 21:36:01 +00:00 |
|
James Booth
|
9db56f4fc1
|
Moved start commands to command.module
|
2012-02-10 23:53:13 +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
|
a7df149ee9
|
Pulled out command module
|
2012-02-09 23:15:53 +00:00 |
|
James Booth
|
dbfb1551d6
|
Pulled out main event loop
|
2012-02-09 22:50:19 +00:00 |
|
James Booth
|
5d9c7ffd9c
|
Renamed some source files
|
2012-02-09 22:24:03 +00:00 |
|
James Booth
|
4d190a9c43
|
Added app module
|
2012-02-07 00:08:59 +00:00 |
|
James Booth
|
bbb0fbed4f
|
Moved incoming display message
|
2012-02-06 22:29:05 +00:00 |
|
James Booth
|
14f4478bea
|
Fixed delete on no input
|
2012-02-06 22:07:50 +00:00 |
|
James Booth
|
b2173522cd
|
Handle delete char in command win
|
2012-02-06 22:04:30 +00:00 |
|
James Booth
|
af2c7d8572
|
Moved function to jabber module
|
2012-02-05 23:38:35 +00:00 |
|
James Booth
|
0c0246074f
|
Added jabber module
|
2012-02-05 23:29:09 +00:00 |
|
James Booth
|
134e5d1701
|
Split out window functions
|
2012-02-05 23:08:15 +00:00 |
|
James Booth
|
129f0fb0ae
|
Using xmpp_run_once and input event handeling
|
2012-02-05 22:57:41 +00:00 |
|
James Booth
|
c5ac3076f0
|
Added use_window for handler
|
2012-02-05 21:11:43 +00:00 |
|
James Booth
|
2906e08f13
|
Changed UI
|
2012-02-05 17:53:57 +00:00 |
|
James Booth
|
39627be1f5
|
Tidied up logging functions
|
2012-02-05 15:22:02 +00:00 |
|
James Booth
|
5eaf687d98
|
Split log into module
|
2012-02-05 15:10:10 +00:00 |
|
James Booth
|
10bc41239f
|
Outgoing message handler
|
2012-02-05 14:04:00 +00:00 |
|
James Booth
|
ae43a57e6a
|
Added scrolling input window
|
2012-02-03 09:57:03 +00:00 |
|
James Booth
|
3dd4817906
|
Simple bot, echos response with appended string
|
2012-02-03 01:27:45 +00:00 |
|
James Booth
|
93f3879f44
|
Using sized array for input
|
2012-02-02 20:27:13 +00:00 |
|
James Booth
|
ab82a8d15d
|
Added libstrophe library
|
2012-02-02 20:35:49 +00:00 |
|
James Booth
|
7452affaef
|
Removed empty functions
|
2012-02-02 01:14:31 +00:00 |
|
James Booth
|
6f2b57168d
|
Initial commit
|
2012-02-02 01:12:50 +00:00 |
|