Miguel de Icaza
|
023fa1bbb1
|
[Mac] implement support for Option-Letter to send ESC+letter
|
2019-11-19 16:15:26 -05:00 |
Miguel de Icaza
|
36213f6872
|
Mac: If LucidaSans is not available, fallback to the Courier system font
|
2019-11-19 15:36:00 -05:00 |
Miguel de Icaza
|
b271fdea83
|
Send Carriage Return on Return Key, not NewLine, fixes github issue #27
|
2019-11-19 15:29:21 -05:00 |
Miguel de Icaza
|
d84abd3d6f
|
Fix a handful of style warnings, introduce CmdRet to be an alias for Carriage Return
|
2019-11-19 15:28:29 -05:00 |
Miguel de Icaza
|
2420cfe8ae
|
Merge pull request #22 from bergmeister/patch-1
Fix typo in README.md
|
2019-05-01 21:38:50 -04:00 |
Christoph Bergmeister [MVP]
|
2837afbaa4
|
Fix typo in README.md
|
2019-04-06 08:45:20 +01:00 |
miguel
|
38d6dd4cf5
|
Build badge
|
2019-04-03 22:34:31 -04:00 |
miguel
|
d9e76766c1
|
Build more
|
2019-04-03 22:31:09 -04:00 |
miguel
|
2c0dbe06de
|
For now
|
2019-04-03 22:29:00 -04:00 |
miguel
|
b744280b3d
|
Need a newer Xamarin.iOS
|
2019-04-03 22:22:10 -04:00 |
miguel
|
b22e22c89b
|
try this to restore
|
2019-04-03 22:13:39 -04:00 |
miguel
|
37c114d253
|
Downgrade while 4.7.2 spreads its wings
|
2019-04-03 22:01:03 -04:00 |
miguel
|
1731d5e2c1
|
Add missing pars setup
|
2019-04-03 22:00:25 -04:00 |
Miguel de Icaza
|
273894f70d
|
Another attempt
|
2019-04-03 15:15:22 -04:00 |
Miguel de Icaza
|
eb3a8f20b0
|
Use 5.16.0-2
|
2019-04-03 15:12:53 -04:00 |
Miguel de Icaza
|
7eccf0aa8c
|
Use 5.16.0
|
2019-04-03 15:12:19 -04:00 |
Miguel de Icaza
|
d0bdbb853a
|
Use 5.16.0
|
2019-04-03 14:38:28 -04:00 |
Miguel de Icaza
|
ae42cc8404
|
Debug
|
2019-04-03 14:35:49 -04:00 |
Miguel de Icaza
|
d3ff155266
|
Debug
|
2019-04-03 14:31:39 -04:00 |
Miguel de Icaza
|
e74a578343
|
Tests
|
2019-04-03 14:27:17 -04:00 |
Miguel de Icaza
|
0ed33c8772
|
Tests
|
2019-04-03 14:26:43 -04:00 |
Miguel de Icaza
|
56ad454d03
|
Fix
|
2019-04-03 14:25:45 -04:00 |
Miguel de Icaza
|
e99303d342
|
Add
|
2019-04-03 14:24:39 -04:00 |
Miguel de Icaza
|
8cc395ee23
|
Add
|
2019-04-03 14:10:03 -04:00 |
miguel
|
6ebf0b8c0e
|
Small thinko
|
2019-03-30 23:08:30 -04:00 |
Miguel de Icaza
|
0e55c24d16
|
Update README.md
|
2019-03-17 16:15:16 -04:00 |
miguel
|
5f0243e038
|
Up
|
2019-03-17 16:14:53 -04:00 |
miguel
|
b64f1e86a3
|
update readme
|
2019-03-17 16:05:54 -04:00 |
miguel
|
6956a2df99
|
Better mouse implementation, decouple semantics from the style which was buggy and hard to follow
|
2019-03-16 23:02:58 -04:00 |
miguel
|
ae243e5db2
|
Mouse works on Console and Mac
|
2019-03-16 20:01:32 -04:00 |
miguel
|
7560aaf40c
|
Only translate drawing sequences if our terminal does not support UTF8, some bits for mouse support
|
2019-03-16 14:53:53 -04:00 |
Miguel de Icaza
|
43192cfe86
|
Delete key, faster response on Gui, drawing characters on Curses
|
2019-03-14 10:15:11 -04:00 |
miguel
|
f82be35b48
|
Barebones color support
|
2019-03-13 22:41:16 -04:00 |
miguel
|
3fecff4d51
|
Use xterm b&w for now as the default, add alt-keyboard, and some curses special code to get things out of the way for now
|
2019-03-13 22:29:05 -04:00 |
Miguel de Icaza
|
4f5300c5c2
|
Native support library to work around limitations of MAP_JIT, and some work on the console version
|
2019-03-13 16:54:45 -04:00 |
Miguel de Icaza
|
d18fa6220d
|
Barebones gui.cs, crashes on the fork
|
2019-03-12 17:00:55 -04:00 |
miguel
|
f6623458e4
|
Fix for charset test
|
2019-03-11 22:31:37 -04:00 |
Miguel de Icaza
|
ce16710f9b
|
Wire up sending responses back, implement inverted colors, cocoa: implement bold and italics; fix a crash in vttest
|
2019-03-11 17:04:24 -04:00 |
Miguel de Icaza
|
c4c0ebd600
|
SMall fixes
|
2019-03-11 11:07:53 -04:00 |
miguel
|
f3898d96b8
|
Fix a few scroll issues
|
2019-03-08 22:35:47 -05:00 |
Miguel de Icaza
|
aa9525519f
|
Setup terminal to be UTF8 on Mac, and then also deal with scenarios where the code gets broken UTF8
|
2019-03-06 00:25:12 -08:00 |
Miguel de Icaza
|
4d4dc3f1fe
|
Pass better environment variables
|
2019-03-04 22:33:35 -08:00 |
Miguel de Icaza
|
66c4cbd140
|
Improve performance, avoid flickering on refresh
|
2019-03-04 22:18:24 -08:00 |
Miguel de Icaza
|
a3f3d218ca
|
Resize support
|
2019-03-04 15:02:36 -08:00 |
miguel
|
24a3651d85
|
Some unicode work, f keys
|
2019-03-01 22:44:39 -05:00 |
Miguel de Icaza
|
62f7dcb94f
|
Better color/attribute handling, initial window size, default mac window size, bug fixes
|
2019-03-01 16:49:35 -05:00 |
Miguel de Icaza
|
be5ef5516d
|
Doc update
|
2019-03-01 10:03:06 -05:00 |
Miguel de Icaza
|
bbcb516b3b
|
Remove debug message
|
2019-03-01 09:39:28 -05:00 |
miguel
|
0b12da2db8
|
Fix OSC parsing, start of proper UTF8 input parsing
|
2019-02-28 22:54:48 -05:00 |
Miguel de Icaza
|
6b885d0b51
|
Mac progress
|
2019-02-28 16:15:53 -05:00 |