aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Multiprocessing: Initial commit.wustho2020-04-221-29/+47
* Added truncate().wustho2020-04-221-1/+15
* Raise terminal too small error.wustho2020-04-191-3/+6
* Renamed ToC --> TableOfContents.wustho2020-04-191-7/+7
* Fixed HalfScreenScroll scheme.wustho2020-04-191-6/+17
* Better display reading history.wustho2020-04-191-2/+13
* Better help() display.wustho2020-04-191-3/+5
* Added half-screen scroll.wustho2020-04-191-0/+4
* Add visual line indicator when screen scrolled partially.wustho2020-04-191-0/+12
* Fixed when scrolling up|down more than a single line to first reachwustho2020-04-191-3/+7
* Edit README.md: Added screenshot.pngBenawi Adha2020-04-181-0/+2
* Added screenshot.png.wustho2020-04-181-0/+0
* Fixed resizing terminal error when defining word.wustho2020-04-181-1/+4
* Fixed choice_win() when choice 10th returned (means 9 array index which also ...wustho2020-04-181-20/+23
* Add quick delete with 'D' in choice_win(True).wustho2020-04-181-0/+4
* Fixed bookmarks() window won't close when WINKEYS pressed.wustho2020-04-181-0/+1
* Fixed jagged text_win() when reading new book in <80 cols terminal size.wustho2020-04-181-1/+1
* Minor meta(): fix getsize() info.wustho2020-04-181-2/+2
* Added drop_whitspace=False in textwrap.wrap() in text_win() adn add File Info...wustho2020-04-181-2/+4
* Catch re.error exception.wustho2020-04-181-3/+13
* Added errmsg().wustho2020-04-181-2/+7
* Added win.clear() & win.refresh() when text_win() and choice_win() return WIN...wustho2020-04-181-1/+5
* Edit README.md.wustho2020-04-171-6/+7
* Added quick shortcut "Yn" if ch_list == ["(Y)es", "(N)o"] in choice_win().wustho2020-04-171-1/+9
* Fixed jagged window when resizing terminal one column by one.wustho2020-04-171-1/+1
* Fix IndexError when BeginningofCh was pressed while toc_entries=[[],[],[]].wustho2020-04-171-1/+1
* Infinite string from input_prompt() and truncated title in choice_win() and t...wustho2020-04-171-4/+14
* Fixed rerturned index after deleting list in choice_win().wustho2020-04-171-2/+1
* Added bookmarks feature.wustho2020-04-171-1/+51
* Added maxlen=25 to input_prompt().wustho2020-04-171-2/+2
* Allow list member deletion from @choice_win().wustho2020-04-171-90/+106
* Fixed jagged choice and text win: cols-2 --> cols-4.wustho2020-04-171-7/+7
* Added support for FictionBook (fb2).wustho2020-04-171-26/+92
* Simplify key configuration and edit parse_keys().wustho2020-04-161-17/+7
* Allow adding args in DefaultViewer config and change "define:" to " Define:" ...wustho2020-04-161-2/+2
* Simpler WINKEYS and added curses.KEY_RESIZE to WINKEYS.wustho2020-04-161-7/+7
* Added external dictionary client support.wustho2020-04-161-3/+61
* Added quick mark (m1) and jump (`1) though limited in 1-9 registers.wustho2020-04-151-2/+24
* Return resizing below 22x12 as stderr.wustho2020-03-091-1/+3
* Minor chapter suffix and IMG realignment.wustho2020-03-071-2/+3
* Chapter suffix: '***'wustho2020-03-071-1/+1
* Added chapter suffix 'つづく'.wustho2020-03-071-2/+7
* Minor input_prompt: prompt.wustho2020-03-021-6/+6
* Minor input_prompt cursor position.wustho2020-03-011-2/+2
* Catch KeyboardInterrupt in reader.wustho2020-03-011-196/+200
* Fixed minor help message issue.wustho2020-03-011-4/+1
* Added func: input_promptwustho2020-03-011-44/+61
* Added global variable: WINKEYS.wustho2020-02-171-2/+5
* Added choice_wini decorator.wustho2020-02-171-88/+98
* Remove unused parameter `width` for toc()wustho2020-02-161-2/+2