notty icon indicating copy to clipboard operation
notty copied to clipboard

Declarative terminal graphics for OCaml

Results 27 notty issues
Sort by recently updated
recently updated
newest added

I was thinking that having the ability to track the movement of the mouse would be quite nice, so I tried digging a bit and it seems that it can...

@pqwy This is an attempt at making it easier to release #35 This branch sits on top of `v0.2.2` (the latest release) and cherry-picks: * The switch to dune (for...

I'm trying to make a tool with notty that suspends properly on Ctrl-Z and struggling. When I send SIGSTOP or SIGTSTP to a hello world program and continue with `fg`,...

Installed notty from opam. Then tried to follow the 'Basics' instructions. For example here's what I tried: ``` ─( 19:49:50 )─< command 0 >───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────{ counter: 0 }─ utop # #require...

In my program, I have a series of RGB values that are suited for the `A.rgb_888` function (range 0-255), but not all terminal applications support True Color mode. Is there...

You have an example of pretty printing Red-Black Tree on the first screenshot from the README. Where can I find the code for this example?

See [this](https://stackoverflow.com/questions/58633587/how-do-i-position-one-image-above-the-other-in-notty) issue. To repeat: Given the following code: ``` open Notty open Notty_unix (* * ocamlbuild -pkg notty -pkg notty.unix basics_wow.native *) let () = let wow = I.string...

Get an error message, that unmark.cli is not avaialable. Removing that entry in the dune-file, next err-msg is, that unmark is not available. So I can't compile all examples. Only...

Is it hard to mint a new opam version that includes the `val I.attr`, which seems to be in the master branch? If it's hard or simply time consuming for...