How to use backspace when taking input from user in tcl?

前端 未结 0 1038
悲哀的现实
悲哀的现实 2020-12-15 16:22

Here is part of my code.

puts -nonewline "Enter your device name: "
flush stdout
set device [gets stdin]

I am taking input from use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题