summaryrefslogtreecommitdiff
path: root/src/user/libterm/termtask.c
blob: cc853a6474b332e1cc789e6f40863b09af31d09e (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <libterm/command.h>

#include <pland/pcrt.h>

void set_term_task_to_stdio() {
  term_task = stdio_task;
}

BEFORE_MAIN(set_term_task_to_stdio);