Xurses...
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
513B

  1. #!/bin/bash
  2. set -xe
  3. #~gcc -g -ansi -Wall -Wextra -Wpedantic -Werror -o ./example/view ./example/view.c /usr/include/xolatile/xurses.o
  4. gcc -g -ansi -Wall -Wextra -Wpedantic -Werror -o ./example/view ./example/view.c
  5. #~gcc -g -ansi -Wall -Wextra -Wpedantic -Werror -c -o ./example/view.o ./example/view.c
  6. #~gcc -o ./example/view ./example/view.o /usr/include/xolatile/xurses.o
  7. valgrind --show-leak-kinds=all --leak-check=full --log-file=./example/view.log ./example/view
  8. xighlight -V < ./example/view.log
  9. exit