]> rtime.felk.cvut.cz Git - sojka/sterm.git/blobdiff - completion.bash
extend zsh and bash completion by newly added baudrates
[sojka/sterm.git] / completion.bash
index 1b7afe26c4c58ed181078e6ae1d6d3f01dd088dd..32e2d26ca6c56c48a394371af316b8c46e1ac514 100644 (file)
@@ -12,7 +12,8 @@ _sterm() {
                        # No completion for these
                        ;;
                -s)
-                       local speeds="0 50 75 110 134 150 200 300 600 1200 1800 2400 4800 9600 19200 38400 57600 115200 230400"
+                       local speeds="0 50 75 110 134 150 200 300 600 1200 1800 2400 4800 9600 19200 38400 57600 115200 230400
+                               460800 500000 576000 921600 1000000 1152000 1500000 2000000 2500000 3000000 3500000 4000000"
                        COMPREPLY+=($(compgen -W "${speeds}" -- ${cur}))
                        ;;
                *)