-
Hello,
Thank you for this project.
I am trying to install the dependency software to run this repository's example. My environment is Fedora Linux 38, and the used programming languages are below.…
-
instead of using an array to store the position of the cursor
```python
term.move([2,4,2])
```
use ansi codes
```python
sys.stderr.write("\1xb[2:3B\1xb")
```
-
@Talinx There was a minor fix needed for a missing `fmemopen` (macOS < 10.13), but otherwise it works, apparently.
Two PNG-related tests fail on PowerPC – endianness not taken into account?
```
TE…
-
Extend code to support non-valid UTF-8 strings in filenames, paths and arguments:
* Use OsStr and OsString.
* Follow [OsStr pattern API extension](https://github.com/rust-lang/rust/issues/49802) in …
-
I'm writing a program supporting both interactive/non-interactive mode (e.g. the cli is running in a pipe), the following init function crashes my program in non-interactive mode:
```
func init() {
…
-
I have spent quite some time today trying to figure out why my tmux sessions look perfectly fine via SSH compared to when I'm connected to a server via SSM.
For example:
![image](https://user-im…
altjx updated
2 years ago
-
Selenized theme for vim is meant to be used with exact selenized color palette (this requires either [truecolor-enabled terminal](https://gist.github.com/XVilka/8346728#now-supporting-true-color) or c…
-
Output of `restic version`
--------------------------
```
restic 0.9.6-dev (compiled manually) compiled with go1.15 on linux/amd64
```
How did you run restic exactly?
-------------------------…
-
It is showing numbers rather than color. in this case `blue`
![Capture](https://user-images.githubusercontent.com/26684644/62410799-a92b3a00-b61d-11e9-9cd8-6a6adca31970.PNG)
Though i have added co…
-
Hello,
I have implemented your terminal in my angular 5 application but I have issues getting the input work. In the documentation I have found nothing related to this and I think I'm missing some…