-
I use your module do display a scoreboard .
http://www.mas.nom.fr/tarot/dev/cast.php
I have a problem with the digit '9' , he does not have the same width .
My browser is : FireFox 20 (ubuntu) o…
-
We need to decide on an approach for character width.
I will likely use bluebear94's `Terminal::WCWidth` module for this, as it seems that you really do need some kind of lookup file for this -- it d…
-
This commit - https://github.com/CMB2/CMB2/commit/7bb887c8fc89cb76570433b436e3d6ca914ebcf9 - seems to have introduced an issue with the character counter width. The problem seems to be this line:
h…
gyrus updated
5 years ago
-
In my system (GURPS), the default character sheet opens in PopOut! to the entire width of the monitor. See the attached photo.
![image](https://github.com/League-of-Foundry-Developers/fvtt-module-p…
-
g.wrapString is removing the last character if the character before it is one of the canSplitAfter characters, eg . - or ,
This happens no matter how wide the wrap width is. For example -
`g.wrapS…
-
>https://github.com/nsf/termbox-go/blob/master/_demos/hello_world.go
When I change the hello world in the example program to Chinese, it is normal in the terminal that comes with the windows syst…
-
It would seem to be the case that there is occasionally some extra space between furigana characters, especially at larger font sizes, and with different fonts. This is kind of a nitpick, but it can b…
NJJ96 updated
2 weeks ago
-
### Windows Terminal version
1.23.2913.0
### Windows build number
10.0.26100.2033 ARM64
### Explanations
I believe there is an error in the code for grapheme clusters text width computation in th…
-
Test case:
```bash
printf '%s\t%s\n' \
sample width \
$'\uFF21\uFF22\uFF23\uFF24\uFF25' double \
ABCDE single \
> example.tsv
mlr --from example.tsv --t2p cat
```
Expected resul…
-
I have width set to the default of 80. With the default configuration this leaves me with an 80 character wide editor in zen mode. When I enable the Gutter and/or the Minimap, their width seems to be …