Kang-Che Sung (宋岡哲)
Kang-Che Sung (宋岡哲)
These two color constants existed only because in the default color scheme, the meter colors (`CPU_NICE` and `MEMORY_BUFFERS`) are defined to `ColorPair(Blue, Black)` are were difficult to read for terminal...
A usability problem I recently discovered.  In "Setup"->"Display options", several items take numeric values instead of boolean/checkbox. However, there're no obvious hints on how to adjust the value. The...
As a user who didn't have time to examine the code, I think it's good to have statements about user data would be handled in webamp.org , since this web-based...
I think in Winamp, the bar or oscilloscope visualization may display on playlist window when the main window has been hidden. Steps to reproduce: 1. Right-click on the Winamp/Webamp title...
There are two behaviors on Webamp menus that differ from standard menu behaviors. These are usability problems, especially which make Webamp unusable in tablets or touchscreens. ## 1. Clicking on...
Error in the README "Variable substitution within quotes" section. ```sh # doubled single quotes act as double quotes making variables expand echo ''$foo'' # bar ``` Technically it doesn't act...
'\r' in sed is not portable, at least to BSD sed (and macOS). Replace it with embedded CR character in sed expression. Fixes #294 (regression caused by #243) @stek29 and...
Not sure if flex needs this, but I can update ".travis/install-automake.sh" to use Automake 1.16.1. (Automake 1.16 would fail to build in this Travis server (which runs Ubuntu 14.04) due...
(Split from PR #321) Change the generating rules of scan.c (in dist-hook) and stage1scan.c so that the source and output file names in #line directives are fixed. This would allow...
A build test is done to determine the minimum versions of the configure tools (Autoconf, Automake, Libtool & gettext) that can successfully build flex in the current state of the...