WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: disable Ctrl+C  (Read 2869 times)

Offline jnovacek

  • Newbie
  • *
  • Posts: 30
disable Ctrl+C
« on: February 14, 2014, 01:51:19 PM »
Hi all,
can be avoided in Tiny Core (piCore) to avoid interruption boot into X. If I do nothing and starts Xwindows. When at the start sticknu Ctrl + C and Xwindows nostart.
trap is broken

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: disable Ctrl+C
« Reply #1 on: February 14, 2014, 03:19:46 PM »
Yes. Do not use ctrl/c. You question is similar to "Hot to avoid unplugging it from the wall outlet".
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline jnovacek

  • Newbie
  • *
  • Posts: 30
Re: disable Ctrl+C
« Reply #2 on: February 15, 2014, 01:38:12 AM »
Yes. Do not use ctrl/c. You question is similar to "Hot to avoid unplugging it from the wall outlet".

I'm doing a terminal client for the students and interruption starting the problem. This combination (Ctrl + C) need to be turned off.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: disable Ctrl+C
« Reply #3 on: February 15, 2014, 02:42:38 AM »
Did you try to add trap ?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: disable Ctrl+C
« Reply #4 on: February 15, 2014, 08:22:31 AM »
This combination (Ctrl + C) need to be turned off.

Code: [Select]
stty intr undef
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)