Lumynous
Lumynous
使用 `const mo = require('movy')` 取代 `import`
> For the language card, a PR is already open to solve this #1178. For the stats card, there not yet exists a pull request. This is, however, less important...
從語義(不是中文標點)來看有點怪,但為了排版維持全形可能可以接受。
Do you have a nerd font?
Currently the test is failed. When stdout is redirected, `ioctl` calls fail with errno `ENOTTY`, and the program crashes due to invalid division. Adding a check to set pixel sizes...
> It seems this doesn't actually solve anything, and may be incorrect. For example, when running Nvim with `--headless` and attaching another TUI with `--remote-ui`, this will use the pixel...
> 看Big5編碼的名稱,U+2E3A對應的是dash, omission「⸺」,其實是同上符號(類似「〃」)。破折號應該是U+2015(dash, quotation)「―」。一對破折號相當於一對引號,所以quotation dash才是中文的破折號。 而且U+2E3A是Unicode 6.1才引入的,有兼容性的問題。而且中文排版已經習慣了佔兩個漢字空間的就用兩個字符表示(省略號即是如此,且unicode中並無六個點的省略號),破折號只用一個字符會導致困惑。 一對破折號應該是夾註而非引號吧?
> > > 看Big5編碼的名稱,U+2E3A對應的是dash, omission「⸺」,其實是同上符號(類似「〃」)。破折號應該是U+2015(dash, quotation)「―」。一對破折號相當於一對引號,所以quotation dash才是中文的破折號。 而且U+2E3A是Unicode 6.1才引入的,有兼容性的問題。而且中文排版已經習慣了佔兩個漢字空間的就用兩個字符表示(省略號即是如此,且unicode中並無六個點的省略號),破折號只用一個字符會導致困惑。 > > > > > > 一對破折號應該是夾註而非引號吧? > > 對,是夾註,相當於括號,在一定程度上和引號類似。看字寬就更明確了  但寬度是取決於字型的
I expect it doesn't skip the closing symbol like (keys pressed -> character inputted): 1. `'Let\` -> `'Let\*'` 2. `'` -> `'Let\'*'` instead of `'Let\'*` I think rather than your...
This happens on Black Box terminal emulator also, even when it's not maximized. I don't know why, but it only appears when the emulator launched, and `clear` works normally.