index
:
profani-tty
this commit
main
Profanity fork with TTY improvements
danisanti <danisanti@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
inputwin.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Added character codes for alt-left, alt-right
James Booth
2014-05-26
1
-2
/
+2
|
*
Fixed cppcheck warnings
James Booth
2014-04-26
1
-4
/
+4
|
*
Removed inputwin functions from ui.h
James Booth
2014-04-07
1
-33
/
+20
|
*
Removed statusbar functions from ui.h
James Booth
2014-04-07
1
-0
/
+1
|
*
Added check on input length
James Booth
2014-04-02
1
-0
/
+4
|
*
Removed strcpy calls
James Booth
2014-04-02
1
-1
/
+1
|
*
Renamed refresh functions to update_virtual
James Booth
2014-04-01
1
-16
/
+16
|
*
Updated copyright
James Booth
2014-03-09
1
-1
/
+1
|
*
Use wnoutrefresh, pnoutrefresh and doupdate
James Booth
2014-02-02
1
-1
/
+2
|
|
|
|
Issue #298
*
Bind remaining ui functions in main.c
James Booth
2013-12-23
1
-9
/
+14
|
*
Dynamically load UI functions, fixed tests
James Booth
2013-12-22
1
-18
/
+27
|
*
Added simple mock test, refactored roster
James Booth
2013-12-14
1
-0
/
+1
|
*
Added MAX_PASSWORD_SIZE set to 64
James Booth
2013-11-07
1
-1
/
+2
|
|
|
|
fixes #245
*
Next and previous windows, handle KEY_CODE_YES terms, jump empty wins
James Booth
2013-09-26
1
-16
/
+12
|
*
Adding irssi style Alt-Left/Right window navigation
Jesse R. Adams
2013-09-25
1
-0
/
+21
|
*
Check for KEY_CODE_YES before sending typing notifications
James Booth
2013-09-13
1
-2
/
+5
|
|
|
|
fixes #239
*
Attempted fix for #236, no check for KEY_CODE_YES on unicode char 127 (delete)
James Booth
2013-09-08
1
-48
/
+58
|
*
Proper fix for #235
James Booth
2013-09-04
1
-3
/
+24
|
*
Fix for issue #235, check for KEY_CODE_YES
James Booth
2013-09-04
1
-0
/
+3
|
*
Changes to status bar for unlimited windows - WIP
James Booth
2013-08-28
1
-10
/
+10
|
*
Fix ctrl + arrow keys for fedora
James Booth
2013-08-10
1
-2
/
+2
|
*
Down arrow adds current line to history and shows empty line
James Booth
2013-07-13
1
-0
/
+4
|
*
Removed contact_list, moved roster logic to xmpp/roster module
James Booth
2013-05-06
1
-1
/
+1
|
*
Renamed contact_list_ functions to roster_
James Booth
2013-05-06
1
-1
/
+1
|
*
Use werase() rather than wclear() to avoid screen flash
James Booth
2013-04-22
1
-1
/
+1
|
*
Added alt-backspace key code for ubuntu
James Booth
2013-03-04
1
-0
/
+1
|
*
Added alt-backspace support
James Booth
2013-03-03
1
-1
/
+66
|
*
Debug alt-backspace
James Booth
2013-03-02
1
-37
/
+48
|
*
Fixed input win printing of '%' char
James Booth
2013-02-09
1
-7
/
+7
|
*
Refactored getting boolean preferences
James Booth
2013-02-03
1
-2
/
+2
|
*
Added config dir to source
James Booth
2013-02-02
1
-2
/
+2
|
*
Added command and tools subdirs to source
James Booth
2013-02-02
1
-1
/
+1
|
*
Tidied #include's
James Booth
2013-02-02
1
-2
/
+2
|
*
Added ui subdir to source
James Booth
2013-02-02
1
-0
/
+568