Laurence Morgan

Results 73 comments of Laurence Morgan

There is an ANSI escape code for changing the terminal emulators window title: ```go package ansititle import ( "bytes" "errors" "os" "golang.org/x/crypto/ssh/terminal" ) func Write(title []byte) error { fd :=...

After rethinking about this recently, it occurred to me that the answer is really very simple: create another two file descriptors. 4 for data-type in, and 5 for data-type out....

A quick 5 minute play on https://www.fontspace.com/symbola-font-f22021 produced this: ![text-1663752379700](https://user-images.githubusercontent.com/12153701/191468894-d42fe9c8-9b87-4d60-acf5-024bb3892d7b.png) I'm not in love with it but it's definitely far better than my past efforts, thus far. (the shell is...

> Fun fact: I use '🐚' as my shell prompt (not my joke - someone else gifted me that one years ago :D ) I'm not sure if that's genius...

Good suggestion. The only thing to be mindful of is that sometimes IPv6 sites are hosted on different sub-domains to their IPv4 domains. I think this is less common these...

Parser has been completely rewritten.

I've had another play and have come up with the following ![murex-logo-2](https://github.com/lmorg/murex/assets/12153701/8afb1c73-553b-4d2e-a7be-04cc2340aae1) I can't say I'm 100% happy with this but it does feel like the best thus far. Maybe...

I've also raised this: https://github.com/client9/misspell/issues/160