Commit Graph
38 Commits
Author SHA1 Message Date
cpsdqs acae3992f5 Restructuring 2017-09-11 17:20:53 +02:00
cpsdqs e923fa1746 Fix chibi.js not working without extend 2017-09-11 16:22:33 +02:00
cpsdqs 2b9258a587 Remove unused utils 2017-09-11 15:37:27 +02:00
cpsdqs 5dab1c649f Use fewer global variables in term* and softkb 2017-09-11 15:27:02 +02:00
cpsdqs 8f0d6c7873 Prevent accidental h1 misidentification 2017-09-11 15:03:12 +02:00
cpsdqs 190b1e6422 Fix #151 2017-09-11 14:42:51 +02:00
cpsdqs 2d22efc8f3 Fix #120 2017-09-11 12:51:28 +02:00
cpsdqs 166003cd0e Fix input events not working on iOS 2017-09-11 12:44:43 +02:00
cpsdqs 3e743ef397 Document TermScreen 2017-09-11 12:01:47 +02:00
cpsdqs f74e689196 Fix cursor style switch not redrawing cell 2017-09-11 11:28:29 +02:00
cpsdqs 1f07aa9886 Fix what 2febe19 broke
I really should be double-checking commits
2017-09-11 11:25:32 +02:00
cpsdqs 2febe199e4 Don't overwrite window.screen 2017-09-11 11:23:31 +02:00
cpsdqs c82a955dfc Fix issue with cursor timer 2017-09-11 11:20:30 +02:00
cpsdqs 0c23da7bf8 Fancy graphics should be enabled at graphics=1 2017-09-11 11:11:02 +02:00
cpsdqs 5d2e8d845a Actually fix #142 2017-09-11 11:05:31 +02:00
cpsdqs 4f58900aac Fix #142 and #141 2017-09-11 11:01:53 +02:00
cpsdqs ec270c3fdf Move screen init to term.js 2017-09-11 10:55:20 +02:00
cpsdqs de897f013c Add fancy graphics 2017-09-11 10:02:01 +02:00
cpsdqs 16f37aafd5 Improve visual debug mode 2017-09-11 09:05:48 +02:00
cpsdqs d5f6bf2dfa Fix invisible cursors 2017-09-11 07:02:26 +02:00
cpsdqs c354ec871f Remove strange comment 2017-09-10 21:02:10 +02:00
cpsdqs e187cf545b Ensure blink style is updated by just setting text 2017-09-10 20:44:58 +02:00
cpsdqs ab23d80799 Increase update check radius for wide characters 2017-09-10 18:57:07 +02:00
cpsdqs 4731a259dd Possibly fix #121 2017-09-10 16:53:53 +02:00
cpsdqs f6f804bd14 Remove String#format in favor of template strings 2017-09-10 15:27:52 +02:00
cpsdqs f059a35277 Add eslintignore and adhere or be ignored 2017-09-10 15:24:50 +02:00
cpsdqs 7207ce9fd7 Add 256color and truecolor in TermScreen#getColor 2017-09-10 12:37:46 +02:00
cpsdqs 8884368226 Add notes on unpacking Fontello on macOS 2017-09-10 11:43:59 +02:00
cpsdqs e28d338eca Use yarn instead of npm 2017-09-10 11:35:17 +02:00
cpsdqs fd4f71d0e2 Close parenthesis 2017-09-10 11:29:48 +02:00
cpsdqs 062609c5d8 Add license 2017-09-10 11:14:01 +02:00
cpsdqs ba6e5f1723 Switch statements require break (sigh) 2017-09-10 02:41:12 +02:00
cpsdqs 5cbb3ea2c9 Make G (growl) send a Notification 2017-09-10 02:36:14 +02:00
cpsdqs ec4897ae2a Add overline style (attr bit 7) 2017-09-10 02:19:35 +02:00
cpsdqs b18aca1438 Some sort of merge...? Cursor styles work fine now 2017-09-10 01:17:59 +02:00
cpsdqs 72069d2219 Load new 3B attribute and cursor styles 2017-09-10 00:47:21 +02:00
cpsdqs a7a2daee11 Prevent horrible screeching when BEL is spammed 2017-09-10 00:09:51 +02:00
cpsdqs b3608272a0 Fix #119
and space causing the screen to scroll (again)
2017-09-10 00:04:17 +02:00