C. McEnroe
|
d57e786876
|
Factor out unmark
|
2020-02-04 04:09:54 -05:00 |
C. McEnroe
|
43845c6115
|
Add beginnings of input handling
|
2020-02-04 03:58:56 -05:00 |
C. McEnroe
|
26e9dd9adf
|
Use time_t rather than struct tm
|
2020-02-03 18:41:52 -05:00 |
C. McEnroe
|
c9470b59a1
|
Add sequences for toggling focus/paste modes
|
2020-02-02 23:20:19 -05:00 |
C. McEnroe
|
81ac0c59f3
|
Track unread and window heat
|
2020-02-02 20:25:12 -05:00 |
C. McEnroe
|
5398a6ac9d
|
Rearrange some UI code
|
2020-02-02 19:38:37 -05:00 |
C. McEnroe
|
5c328c7a88
|
Remove term.c in favor of more curses APIs
|
2020-02-02 19:34:35 -05:00 |
C. McEnroe
|
8ec17d4f8c
|
Use tsl/fsl capabilities for title if available
Also manually fill them if TERM=xterm* because they really should be
there.
|
2020-02-02 18:40:21 -05:00 |
C. McEnroe
|
a507ff4073
|
Set title in statusUpdate
|
2020-02-02 17:57:07 -05:00 |
C. McEnroe
|
e8d0d71775
|
Add option to show style codes
This will be used for the input window.
|
2020-02-02 16:55:45 -05:00 |
C. McEnroe
|
052cd2ed26
|
Remove style string macros
|
2020-02-02 03:34:05 -05:00 |
C. McEnroe
|
8bb9ea7b7f
|
Add idColors
|
2020-02-02 03:27:50 -05:00 |
C. McEnroe
|
ec83332e15
|
Implement window switching and status line
|
2020-02-02 03:13:50 -05:00 |
C. McEnroe
|
09754ed912
|
Call reset_shell_mode on err
This restores the terminal but doesn't clear the screen, so the error
stays visible.
|
2020-02-02 02:28:14 -05:00 |
C. McEnroe
|
c18dc35377
|
Wrap before the very edge of the screen
|
2020-02-02 02:04:08 -05:00 |
C. McEnroe
|
c799310d67
|
Implement wordWidth
|
2020-02-02 01:54:51 -05:00 |
C. McEnroe
|
05256b68fe
|
Implement word wrap
This actually wasn't that bad?
|
2020-02-01 22:41:30 -05:00 |
C. McEnroe
|
cd3dc4ef4c
|
Parse IRC styling in UI
Wow the colorPair thing actually works. Have I finally cracked curses
colors?
|
2020-02-01 21:57:11 -05:00 |
C. McEnroe
|
e5363bcae0
|
Implement the beginnings of UI
It takes so much code to do anything in curses...
|
2020-02-01 19:37:55 -05:00 |