James Holderness
James Holderness
Are there any plans to produce a maven release of the current 2.2-SNAPSHOT build? Failing that, is there any chance of getting the latest dll binaries committed so I can...
Darktile version is 0.0.10 Operating system is Ubuntu 20.04 Example 1: From a bash shell execute the following command: ``` printf '\ePq\e\\' ``` The terminal crashes with this error: ```...
The [prerequisites](https://github.com/microsoft/terminal#prerequisites) in the developer guidance documentation suggest you only need VS 2019 and v142 of platform tools to build Windows Terminal, but it seems that's no longer the case....
# Environment Windows build number: Version 10.0.18363.1198 Windows Terminal version (if applicable): Version: 1.5.3242.0 # Steps to reproduce 1. Open a bash shell in Window Terminal. 2. Execute the following...
* LANG="C.UTF-8" * TERM="xterm-256color" * notcurses version 2.3.17 (built from commit 84b72e1e6b28dfae11d14349acaac5e65f857a4c) * GNOME Terminal 3.38.1 (VTE 0.62.3) Steps to reproduce: 1. Set the terminal window size to 80x24. 2....
Having read your comments about **bridgeit.bf** [here](https://github.com/catseye/Befunge-93/issues/20#issuecomment-443174877), I decided to do some digging to see if I could find the BASIC book on which your implementation was based. And while...
While I'm raising issues about the examples, this is something that really frustrated me when I first started learning Befunge. When you try and run these examples, a significant percentage...
Based on what I've been able to find in the [archives of the Befunge mailing list](http://frox25.no-ip.org/~mtve/tmp/bef_maillist_0_520.txt), I think I know the authors of some of the uncredited example programs. *...
If _bef_ is compiled without the CONSOLE define, and you try to debug a program which uses any of the input/output commands, the code won't be interpreted correctly. It's not...
This PR adds support for the selective erase escape sequences: `DECSED`, `DECSEL`, and `DECSCA`. They provide a way of marking certain areas of the screen as "protected", so you can...