hackerb9

Results 435 comments of hackerb9

> Very interesting, thank you. It worked for me also. Seems that on plain xterm the keyboard shortcuts are identical to MS-DOS WP5 - pity that they are not shown...

> No other software works this way, but for some reason people seem to think this is a good idea for terminals. @j4james is, as usual, completely correct, but I...

@j4james Okay, that was fantastic, particularly the Sixel Shuffle. Has any other terminal implemented rectangular copy capabilities yet? I love that you are interpreting the sixel colors immediately to allow...

It looks like there are a [lot of fonts](https://ia801304.us.archive.org/view_archive.php?archive=/19/items/DOSFONT/DOSFONT.ZIP) there. Who made them? file | date | time | bytes -|-|-|- dosfont/anorexia.com | 1997-03-31 | 23:00 | 8291 dosfont/artist.com |...

Thank you for taking the time to notice this bug report and testing it out. I have a kludge that makes it work for most cases, but it is not...

Thanks for the suggestion, but using a user supplied regex "as is" would not work. I'm wrapping the regex in another one in order split the fields of the UnicodeData.txt...

Thank you. I had started doing something like that using a list comprehension: ```python with open('/usr/share/unicode/UnicodeData.txt') as f: c=[ s.split(';') for s in f ] (codepoint, character_name, category, dummy, dummy,...

Yes, I have a branch called [nameslist](https://github.com/hackerb9/ugrep/tree/nameslist) in which ugrep to searches both UnicodeData and NamesList. I thought I had finished it and merged it into the mainline months ago,...

Oh, right. I see it now. Python was giving me guff about doing a multiline regex search and I shelved it, thinking of either going back to AWK or doing...

> To make tests i wonder if a version for RaspBerry PI OS could be build? (I really lack of skills on this, could be a silly question) No. And...