mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Various platforms supports different baud rates. To avoid adding platform specific handling generic baud rate detection tests are introduced in the configure script. Successfully detected baud rates are automatically enabled. This applies to both the C code and the bash completion script. Note: Baud rates below 57600 are defined by POSIX-1 and supported by most platforms so only baud rate 57600 and above are tested.
24 lines
312 B
Text
24 lines
312 B
Text
*.tar.xz
|
|
src/*.o
|
|
src/tio
|
|
Makefile.in
|
|
Makefile
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
configure
|
|
compile
|
|
depcomp
|
|
install-sh
|
|
missing
|
|
src/Makefile.in
|
|
src/Makefile
|
|
config.log
|
|
config.status
|
|
src/.deps/
|
|
src/include/config.h
|
|
src/include/config.h.in
|
|
src/include/config.h.in~
|
|
src/include/stamp-h1
|
|
*.swp
|
|
/tio-*
|
|
/src/bash-completion/tio
|