Delete dw_option member from HVisor / HvConnect struct.
Add HVisor auto connect flag to KeyVal DB.
Add HVisor's use ssh password flag to KeyVal DB.
Move Max error count param to KeyVal DB.
Move HVisor's SSH auth.type to KeyVal DB.
Move HVisor's SSH setting(hostname/port/user/password/pubkey/seckey) to KeyVal DB.
Define HVisor's SSH config keys.
Move HVisor's sudo enable / use password flag to KeyVal.
Move HVisor's sudo path/option str./password data to KeyVal.
Collect sudo Key Defines.
Move HVisor's openssh cmd/option config to KeyVal DB.
Change sshpass option KeyVal DB key.
Improve HVisor info page items.
Move HVisor's sshpass config to KeyVal DB.
Implement SetData/GetData Level3 functions.
Init / Destroy / Reset KeyVal Info for HVisor config reading temporary.
Implement KeyVal_CopyAllData() function.
Define HVisor's sudo keyval define.
Add Ctrl + key defines.
Implement ReDraw Screen event function.
Add Force draw operand to TuiHVisor_GeneratePageText function.
Move printout DataStore / Template section to TuiItem_OutputLineDefine
Move common function from TuiHvisor_Update to TuiItem_DrawItem.
Move TuiGuest_Draw to TuiItem_DrawItem function.
Move printout Resource Limitter settging section to TuiItem_OutputLineDefine.
Move printout DataStore / ZFS Option section to TuiItem_OutputLineDefine.
Move printout BhyveOption / PassThru section to TuiItem_OutputLineDefine.
Move printout OtherSettings section to TuiItem_OutputLineDefine.
Move printout GRUB section to TuiItem_OutputLineDefine.
Move printout SSH section to TuiItem_OutputLineDefine.
Move printout VNC section to TuiItem_OutputLineDefine.
Move printout Disk section to TuiItem_OutputLineDefine.
Add EnableKey member for TuiItem_LineDefine struct.
Move printout Network section to TuiItem_OutputLineDefine.
Move printout Loader/CPU/Mem section to TuiItem_OutputLineDefine.
Move the part of TuiGuest_Handler_InputString to TuiItem_SetKValData_fromInputString.
CommentOut regist Loader KeyVal from vm list command.
Move TuiGuest_InputItem to TuiItem_InputItem.
Move TuiGuest_OutputLine to TuiItem_OutputLine.
Create tuiitem.[ch]
Get & Printout guest's template list.
Split get datastore list from VmBhyve_Get_HVisorInfo function.
Print enable serial console in vmlist.
Support internal SSH terminal.
Check running with Xwindow when booting vnc viewer.
Add DefaultConsole mode option for Global setting file - Global section.
Implement auto-switch serial console mode.
Implement check double-boot vmtui.
Move check exist process function from localexec.c to common.c.
Fix generate defunct job with external(xterm) ssh console.
Initial implement in-console serial console.
Remove obtain console typescript.
Add Console-type param. for LocalExec_ExecSSHTerminal
Add Console-type param. for LocalExec_ExecSerialTerminal
Support Connect HyperVisor key on HyperVisor info. window.
Support Guest's console viewing keys on the Guest window.
Support shift info. window with h/l key.
Move HVisor/Guest info page by H/G key.
Merge func. from TuiHVisor_Dispatch to TuiEvent_Dispatch.
Merge func. from TuiConsole_Dispatch to TuiEvent_Dispatch.
Merge func. from TuiErrInfo_Dispatch to TuiEvent_Dispatch.
Fix Quit-event return key-mode.
Merge func. from TuiGuest_Dispatch to TuiEvent_Dispatch.
Merge func. from TuiHelp_Dispatch to TuiEvent_Dispatch.
Move VmList Key Dispatcher from tuivmlist_event to tuievent.
Change InfoPage's TuiKey_Mode type from int to bitflag.
Change mode type from int to DWord.
Implement Error Message for conffile.c
Move testcode to testsrc dir.
Output error message for StatusBar.
Implement Guest's stop/restart/reset/poweroff command.
Implement exec. normal command func. for vm-bhyve.
Support output string to StatusBar.
Support config Error Count Max value on global-setting file.
Initial support for Auto-DisConnect HyperVisor.
Support DisConnect HyperVisor.
Add check SSH status before booting ssh terminal.
Fix not display the line of VNC enable items in the guest's info window.
Printout use SSH console for VM list.
Add check Serial console status before booting serial terminal.
Initial support exec SSH console.
Split LocalExec_Set_SSH() function.
Split LocalExec_Set_XTerm() function.
Add sshpass options for .vmtui system config file.
Fix use SSHPass config item name.
Add sshpass options for .vmtui server config.
Fix the Guest recognition delay so that it's recognized at the same time as HyperVisor is connected.
Fix an error in setting the buffer-length in password input mode for SSH connection.
Not save a guest's config-file when not change the all guest's items.
Initial support write out Guest's config file.
Support SSH param. with Guest's config file.
Output item changed status with Guest's item.
Improve input suffix integer value mode for Guest's info. window.
Implement Inter input mode with Guest's info. window.
Improvement output password string from string to *** with Guest's info window.
Fix wrong prototype function defines in tuiguest.h.
Set Yes/No select data for Guest's keyval.
Set String input data for Guest's keyval.
Implement select Yes/No item.
Implement Select value mode on guest's info window.