Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This reverts commit 17f49a2e1c15c6b419a88ad3e467336ffc7debc6.
Because auto enter tab maybe not a good idea, what if the field treat
tab as a character isntead of switch to another field? For example, an
cli/tui program.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
time is preserved, not tested
|
|
better
|
|
situations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
server listen to insp wg directly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not using it now
|
|
Because only exit will still return cd error code, so no need to exit 1.
|
|
This `cc -Wall $(pkg-config --cflags --libs gsl --libs plplot) -o filename filename.c`
works well and I also take notes about old way. ccgp is not very useful
now because I'm more familiar with build process and I don't want to link
unnecessary libraries when require less libs.
|