Skip to content
/ titan Public
forked from titan-data/titan

Commit

Permalink
Feature/progress tracking (titan-data#101)
Browse files Browse the repository at this point in the history
Fixes #9
Fixes #26
  • Loading branch information
Derek Smart authored Nov 18, 2019
1 parent b512d3c commit e2ac9cd
Show file tree
Hide file tree
Showing 33 changed files with 251 additions and 762 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ releases

# Docs files
/docs/build

# Testing Files
localip
sshKey
sshKey.pub
42 changes: 42 additions & 0 deletions config/jni-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,47 @@
"allPublicConstructors":true,
"allDeclaredClasses":true,
"allPublicClasses":true
},
{
"name":"org.fusesource.jansi.internal.CLibrary",
"fields":[
{"name":"HAVE_ISATTY"},
{"name":"HAVE_TTYNAME"},
{"name":"STDERR_FILENO"},
{"name":"STDIN_FILENO"},
{"name":"STDOUT_FILENO"},
{"name":"TCSADRAIN"},
{"name":"TCSAFLUSH"},
{"name":"TCSANOW"},
{"name":"TIOCGETA"},
{"name":"TIOCGETD"},
{"name":"TIOCGWINSZ"},
{"name":"TIOCSETA"},
{"name":"TIOCSETD"},
{"name":"TIOCSWINSZ"}
]
},
{
"name":"org.fusesource.jansi.internal.CLibrary$Termios",
"fields":[
{"name":"SIZEOF"},
{"name":"c_cc"},
{"name":"c_cflag"},
{"name":"c_iflag"},
{"name":"c_ispeed"},
{"name":"c_lflag"},
{"name":"c_oflag"},
{"name":"c_ospeed"}
]
},
{
"name":"org.fusesource.jansi.internal.CLibrary$WinSize",
"fields":[
{"name":"SIZEOF"},
{"name":"ws_col"},
{"name":"ws_row"},
{"name":"ws_xpixel"},
{"name":"ws_ypixel"}
]
}
]
Loading

0 comments on commit e2ac9cd

Please sign in to comment.